home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #317 (1994-03)(Rhein-Sieg-Soft)[Astrologic].zip / Franz PD Disk #317 (1994-03)(Rhein-Sieg-Soft)[Astrologic].adf / Astrologic / astrolog.amiga < prev    next >
Text File  |  1994-03-20  |  3KB  |  75 lines

  1. This is the Amiga port of ASTROLOG Version 2.25.
  2.  
  3. Most parts of the X-Windows Graphics have been ported too.
  4. To dump a BitMap you need a minimum amount of 2.5 MBytes of
  5. continuous memory.
  6.  
  7. The only change from the original Unix-Source is one 'exit()'
  8. if 'malloc(2500000)' doesn't succeed. The main work has been the
  9. X-Windows emulation on the Amiga Workbench. And that is why i did it:
  10. My first try to make a X-Windows Library on the Amiga, which
  11. doesn't need a server.
  12.  
  13. __________________ WHAT IS IT ? ___________________
  14.  
  15. The Astrolog program computes so-called astro-charts for each persons
  16. birth hour and location.
  17.  
  18. These can be displayed in a table (ASCII-Form, the most important), or
  19. as a XBitmap (in a Window or a file which can be converted with
  20. 'xbmtopbm | ppmtoilbm'), which may look quite pretty.
  21.  
  22. The program does not compute horoscopes or foresayings, it only displays
  23. the constellation of the stars, the 'houses' and the 'aspects'.
  24. For the interpretation of these you may consult an expert, who is able to
  25. do some things which may tell you something about your character or your
  26. fortune.
  27.  
  28. I myself don't believe in anything of this, but I think the program
  29. should work in the way it is supposed to do.
  30.  
  31. ________________ What do you need ? ________________
  32.  
  33. An AMIGA with Kickstart >= 1.3, for Bitmap-Dumping at least 3 MBytes
  34. and 1MByte without. You *don't* need a X-Windows Server.
  35.  
  36. This program requires the 'ixemul.library' included in the (really great)
  37. port of the GNU C Compiler by Markus Wild. If you still don't already have
  38. it, you can get it from almost any FTP Server in Europe, for example from
  39. ftp.uni-kl.de (131.246.9.95).
  40.  
  41. If you want to convert the XBitmaps into Amiga-IFF Pics, I recommend
  42. the programs 'xbmtopbm' and 'xbmtoilbm' from the PBMPlus Package, also
  43. available from there. ADPro will also do, if you have it.
  44.  
  45. If you want to compute your personal chart, you have to know
  46.           - the exact hour of your birth
  47.           - the time zone (+- GMT)
  48.           - the coordinates of your birth place
  49.  
  50. __________________ Start ASTROLOG __________________
  51.  
  52. 'astrolog -H' prints a VERY big help message, which explains all options.
  53.  
  54. For Graphical Output try: 'astrolog -X -Xw <window_width> <window_height>'
  55.  
  56. After you entered all required informations, a rectangle will appear
  57. (like under X-Windows), which allows you to position the Output Window.
  58. Then the Chart is drawn. This program doesn't like to be killed by the
  59. CLOSE-Gadget, so press the RIGHT mouse Button to exit.
  60.  
  61. To save the Bitmap, try 'astrolog -Xo <output_file> -Xw <width> <height>'.
  62. This will only work if you have more than 2 Meg of continuous Memory.
  63.  
  64. __________________ Anything I forgot ? ______________
  65.  
  66. The full source of 'ASTROLOG' is available on quite a lot of
  67. FTP Servers, mostly in the 'pub/unix' directories. As I didn't change
  68. anything as mentioned above, I don't want to include it here.
  69.  
  70. If you have questions about the program or find bugs in the graphics,
  71. please EMAIL me at 'knopper@rhrk.uni-kl.de' (use 'Subject: Astrolog').
  72. But please don't ask me anything about astrology.
  73.  
  74. ---------------- A KRUEMELMONSTER 2000 Production 1993 -------------
  75.